func github.com/klauspost/compress/internal/snapref.emitLiteral

5 uses

	github.com/klauspost/compress/internal/snapref (current package)
		encode.go#L39: 			d += emitLiteral(dst[d:], p)
		encode_other.go#L24: func emitLiteral(dst, lit []byte) int {
		encode_other.go#L108: 			d += emitLiteral(dst[d:], p)
		encode_other.go#L196: 		d += emitLiteral(dst[d:], src[nextEmit:s])
		encode_other.go#L247: 		d += emitLiteral(dst[d:], src[nextEmit:])